From 7ebfcb97fa681ac855709888e4391bb69942d935 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 16 Jul 2007 22:35:41 +0000 Subject: [PATCH] (extraclean): Don't delete *~. --- leim/makefile.w32-in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 08022d38cf2..6f6508feceb 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -215,5 +215,7 @@ distclean: clean maintainer-clean: distclean - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) +# We used to delete *~ here, but that might inadvertently remove +# precious files if it happens to match their short 8+3 aliases. extraclean: maintainer-clean - - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) + - $(FOREACH) *.el~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) -- 2.30.2